Appendix: RabbitMQ.config file
A sample RabbitMQ.config appears below:
%% -*- mode: erlang -*-
[
{rabbit, [
{loopback_users, []},
{cluster_partition_handling, autoheal},
{cluster_nodes, {['rabbit@LABW6412HVM800', 'rabbit@LABW6412HVM801'], disc}}
]}
].